Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

extra space appears in tabsbar begin in Fx53 #146

Open
yfdyh000 opened this issue Mar 15, 2017 · 3 comments
Open

extra space appears in tabsbar begin in Fx53 #146

yfdyh000 opened this issue Mar 15, 2017 · 3 comments

Comments

@yfdyh000
Copy link
Owner

https://hg.mozilla.org/integration/mozilla-inbound/rev/8a98388a60bd, since Fx53b1.

@yfdyh000 yfdyh000 created this issue from a note in Fix (Need patching) Mar 15, 2017
@yfdyh000 yfdyh000 changed the title extra space appears in tabsbar begin extra space appears in tabsbar begin in Fx53 Mar 15, 2017
@liuxb
Copy link

liuxb commented Mar 21, 2017

在用55,也发现标签栏左边开始那多了一块,说的是不是这个问题啊?
好像是下面css失效了
tabutils.css
#PinnedTabsBar:empty {
-moz-padding-end: 0;
-moz-padding-start: 0;
}
记得原来是这样的
#PinnedTabsBar:empty > *,
#PinnedTabsBarItems:empty {
display: none;
}
我现在用下面这个也行
.tabbrowser-tabs #PinnedTabsBar:empty,
.tabbrowser-tabs #PinnedTabsBarItems:empty {
visibility: collapse;
}

@yfdyh000
Copy link
Owner Author

@liuxb 是。在有固定标签页时会有问题。

@yfdyh000
Copy link
Owner Author

case ".tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox":
are broken for Fx53+, but update to "calc(-1 *" + cssRule.style.MozPaddingStart + ")" (like this) seem not well too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Fix
Need patching
Development

No branches or pull requests

2 participants